From 201c3aa978b9874d91af95c19f8f36e112b4cccb Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Mon, 10 Apr 2006 17:28:02 +0100 Subject: [PATCH] Fix a couple of typos. Signed-off-by: Keir Fraser --- tools/ioemu/hw/vga.c | 2 +- xen/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ioemu/hw/vga.c b/tools/ioemu/hw/vga.c index c6fca32ae4..c04befca3b 100644 --- a/tools/ioemu/hw/vga.c +++ b/tools/ioemu/hw/vga.c @@ -1378,7 +1378,7 @@ static inline unsigned int cpuid_edx(unsigned int op) : "=a" (eax), "=d" (edx) : "0" (op) : "cx"); -#undef __ebx +#undef __bx return edx; } diff --git a/xen/Makefile b/xen/Makefile index 3bda17760f..631f0c791f 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -48,7 +48,7 @@ clean:: delete-unfresh-files endif -.PHONY: install +.PHONY: dist dist: install .PHONY: debug -- 2.30.2